| BCGControlBar for .NET > How To > Basic MDI Tabs |

This feature allow having MDI Tabs control as well as arrange child windows within the client area.
To enable this feature you can use one of 2 methods:
The class which responsible for this feature is MdiClientListener.
You can get access to the instance of this class using new method of LayoutController class MdiClientListener LayoutController.GetMdiClientListener (Form form);
For more details please see our "BasicMDITabsDemo" example.